home *** CD-ROM | disk | FTP | other *** search
/ Workbench Add-On / Workbench Add-On - Volume 1.iso / BBS-Archive / Comm / AmiTCP30b2.lha / db / inetd.conf < prev    next >
Text File  |  1994-02-27  |  1KB  |  41 lines

  1. ##
  2. # $Id: inetd.conf,v 1.4 1994/02/26 22:29:44 ppessi Exp $
  3. #
  4. # Copyright © 1993 AmiTCP/IP Group, <amitcp-group@hut.fi>
  5. #                  Helsinki University of Technology, Finland.
  6. #
  7. ##
  8. #
  9. # Inetd reads its configuration information from this file upon
  10. # execution and at some later time if it is reconfigured in response
  11. # to a CTRL-F signal.
  12. #
  13. ##
  14. #
  15. # Configuration lines are parsed with DOS function ReadItem().
  16. # Multiple line entries must have a ``+'' char as the last char in the
  17. # line. First 6 fields must be present in each entry. The line has
  18. # following entries in this order:
  19. #
  20. # service socket-type protocol wait user server cli-name cli-arguments
  21. #
  22. ##
  23. #       inetd internal services
  24. ##
  25. daytime   stream      tcp nowait root internal
  26. daytime   dgram       udp nowait root internal
  27. time      stream      tcp nowait root internal
  28. time      dgram       udp nowait root internal
  29. echo      stream      tcp nowait root internal
  30. echo      dgram       udp nowait root internal
  31. discard   stream      tcp nowait root internal
  32. discard   dgram       udp nowait root internal
  33. chargen   stream      tcp nowait root internal
  34. chargen   dgram       udp nowait root internal
  35. # An experimental finger server
  36. finger    stream tcp nowait nobody amitcp:serv/in.fingerd -in.fingerd s:.plan
  37. # NetFS, a networking support between Amigas
  38. # Remove # from the next line to enable NetFS
  39. #amiganetfs stream    tcp nowait root amitcp:serv/netfs-server
  40.